Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22292 | GEN000244 | SV-26305r2_rule | Low |
Description |
---|
A synchronized system clock is critical for the enforcement of time-based policies and the correlation of logs and audit records with other systems. The network architecture should provide multiple time servers within an enclave that provide local service to the enclave and synchronize with time sources outside of the enclave. If this server is an enclave time server, this requirement is not applicable. If the system is completely isolated (no connections to networks or other systems), time synchronization is not required as no correlation of events or operation of time-dependent protocols between systems will be necessary. If the system is completely isolated, this requirement is not applicable. |
STIG | Date |
---|---|
Solaris 10 SPARC Security Technical Implementation Guide | 2020-02-26 |
Check Text ( C-27411r2_chk ) |
---|
Determine the zone that you are currently securing. # zonename If the command output is not "global", this is not applicable. Check the NTP daemon configuration. # grep '^server' /etc/inet/ntp.conf If an NTP server is listed outside of the enclave, this is a finding. |
Fix Text (F-23457r2_fix) |
---|
Remove the server line from /etc/inet/ntp.conf for each NTP server that is external to the enclave. |